/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 62.5%;
    margin-left: 20em;


}

#container {
    /*background-image: url(../../images/table/login/container_bg.jpg);*/
    background-repeat: no-repeat;
    height: 465px;
    width: 931px;
    font-size: 1.2em;
    margin: 4px;
    border-top: 1px solid white;
}

#header {
    height: 85px;
    padding-top: 20px;
    margin-left: 20px;
    margin-top: 40px;
}

#header_left {

    width: 326px;
    height: 206px;
}

#header_right {
    /*height: 206px;*/
    margin-left: 30px;
    margin-right: 20px;
    margin-top: -40px;
}

#left {
    float:left;
    width: 225px;
    margin-left: 45px;  

}

#right {
    margin-left: 370px;
    margin-top: 65px;
    margin-right: 5px;
}

#footer {
    /*clear: both;*/
    position: fixed;
    /*margin-left: 22px;*/
    /*	margin-right: 50px;
            margin-top: 40px;*/
    color: whitesmoke;
    padding: 10px 25px;
    text-align: center;
    border-top: 1px dotted #CCCCCC;
    /*background-color: #094009;*/
    background-color:#71b1d7;
    z-index: 200;
    bottom: -5px;
    width:64%;
    opacity: 0.8;
    /*        padding:5px 0 5px 0px;
            color:#777;
            font-size:11px;
            background:#000 ;
            z-index: 200;
            bottom: -25px;
            left: 0px !important;
            position: fixed;
            width:100%;
            opacity: 0.8;*/
}

.date_box {
    background-color: #FFFFFF;
    background-image: url(images/date.jpg);
    height: 51px;
    width: 52px;
    float: left;
}

.date_box_month {
    padding-top: 6px;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 3px;
    text-align: center;
    color: #75a006;
}

.date_box_day {
    font-size: 22px;
    font-weight: bold;
    padding-left: 3px;
    text-align: center;
    font-style: italic;	
    color: #654040;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
    color: #6F9800;
    font-size:xx-large;
    margin-top: 20px;
    font-size: 2.5em;
    padding-right: 2px;

}

h1 {
    color: #87a448;
    margin-top: 85px;
    margin-left: 40px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 2.6em;
}

.red {color: #614240;}

h2 {
    /*color: #bf8a44;*/
    margin-left: 120px;
    font-size: 1.6em;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}

h3 {

    /*	height: 31px;
            margin-left:90px;*/
    padding-top: 20px;
    padding-left: 75px;
    font-size: 1.6em;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    color: #84A54A;
    border-bottom: 1px #CCCCCC;

}

h4 {
    width: 210px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #F5F9EB;
    padding: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #CEAC86;
    border-bottom-color: #CEAC86;
    font-size: 1.2em;
    color: #A6BB7A;
}

blockquote {
    background-color: #F4F7F0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom:30px;
    border: 1px dotted #EBE2B7;
    background-image: url(../../images/table/login/blockquote.png);
    background-repeat: no-repeat;
    font-style: italic;
}

.read_more {
    background-color: #FFFFFF;
    padding: 3px;
    text-align: right;
    font-weight: bold;
    font-style: italic;
}

img {border: none;}

.float_left {float: left;
             margin-right: 10px;}

.float_right {float: right;
              margin-left: 10px;}

a:link {color: #e5e5e5; color: #a1a1a1; text-decoration: underline; text-decoration-color: red; font-weight: 100; text-decoration: none; font-size:12px;}     /* unvisited link */
a:visited {color: red; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: underline;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
    list-style-type: none;
    font-weight: bold;
    color: #990000;
}

#navcontainer a
{
    display: block;
    padding-top: 17px;
    padding-left: 37px;
    width: 182px;
    background-color: #DCE3ED;
    border-bottom: 1px solid #eee;
    background-image: url(images/menu.png);
    background-repeat: repeat-x;
    height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
    color: #93B26E;
    text-decoration: none;
}

#navcontainer a:hover 
{	
    background: url(../../images/table/login/menu.png) 0 -45px;
    color: #562930;
}

/**************************************** Form elements member login ****************************/


p.welcome {
    font-size: 0.8em;
    text-align: left;
    margin-right: 30px;
    margin-left: 35px;
    margin-bottom: 0px;
    margin-top: 25px;
    color: #6B383D;

}

form {
    margin-top: -1em;
    margin-left: 3px;
    border-top: 2px solid #E3E4E9;
    border-left: 2px solid #E3E4E9;
    border-bottom: 2px solid #E3E4E9;
    border-right: 2px solid #E3E4E9;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 10px 10px 5px #888888;
    padding: 2px 10px 1px 20px;
    width: 265px;
    background: url(../../images/table/login/nav.png) 0 -45px;
    /*height: 200px;*/
}

input.fields {
    width: 250px;
    background-color: ivory;
    border-top: 1px solid #E3E4E9;
    border-left: 1px solid #E3E4E9;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-user-select: auto;}

label {
    color: black;
    font-style: italic;
    font-weight: bold;
}

.submit_button { 
    margin-top: -42px;
    padding: 4px 20px;
    font-size: 1.3em; 
    background-color: #c4e3f3;
    float: right;
    margin-right: 2px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid #E3E4E9;
    border-right: 2px solid #E3E4E9;
}

/**************************************** extra classes: contact us ****************************/

form.contact_us {
    width: 190px;
    margin-top: 15px;
    margin-left: 0px;
    padding: 15px;
    background-color: #FBF9F4;
    background-image: url(images/form_bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

input.fields_contact_us {display: block;
                         width: 185px;
                         background: url(../../images/table/login/input_bg.png);
                         border-top: 1px solid #E3E4E9;
                         border-left: 1px solid #E3E4E9;
                         border-bottom: 1px solid white;
                         border-right: 1px solid white;
                         margin-top: 3px;
                         margin-bottom: 3px;}

textarea {width: 185px;
          background: url(../../images/table/login/input_bg.png);
          border-top: 1px solid #E3E4E9;
          border-left: 1px solid #E3E4E9;
          border-bottom: 1px solid white;
          border-right: 1px solid white;

          margin-top: 3px;}

.submit_button_contact {
    margin-top: 15px;
    padding: 2px;
    background-color: #EAF4D9;
}


#story{
    text-align:left;
    margin-top: -26em;
}
/*#story ul li{
    list-style: url(../../images/table/login/img07_1.png);
    list-style: none;
    line-height: 1.5em;

}*/



.navbar-inner{
    width: 900px;
    margin: 0px 8.5em auto;
    height: 60px;
    padding:10px 0 0 0;

} 
/* Navigation */
/* Navigation */

.nav,
.nav ul,
.nav li,
.nav a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
.nav {
    height: 50px;
    position: relative;
    z-index: 50;
}
.nav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 50px;
}

.nav li a {
    position: relative;
    display: block;
    padding: 0px 5px;
    margin: 4px 0;
    line-height: 25px;

    border-left: 1px solid #498095;
    border-right: 1px solid #498095;

    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.nav li:first-child a {
    border-left: none;
}
.nav li:last-child a {
    border-right: none;
}

.nav li:hover > a {
    color: #8fde62;
}
/* Sub navigation */
.nav ul {
    position: absolute;
    z-index: 100;
    top: 35px;
    left: 0;

    opacity: 1;
    background: #498095;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

    -webkit-transition: opacity .25s ease-in-out .0s;
    -moz-transition: opacity .25s ease-in-out .0s;
    -o-transition: opacity .25s ease-in-out .0s;
    -ms-transition: opacity .25s ease-in-out .0s;
    transition: opacity .40s ease-in-out .0s;
}
.nav li:hover ul {
    opacity: 0.9;
}

.nav ul li {
    height: 0;
    overflow: hidden;
    padding: 0;

    -webkit-transition: height .50s ease-in-out .0s;
    -moz-transition: height .50s ease-in-out .0s;
    -o-transition: height .50s ease-in-out .0s;
    -ms-transition: height .50s ease-in-out .0s;
    transition: height .50s ease-in-out .0s;
}

.nav li:hover > ul li {
    height: 30px;
    overflow: visible;
    padding: 0;
}
.nav ul li a {
    width: 220px;
    padding: 4px 0 4px 10px;
    margin: 0;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid rgb(37, 37, 37);
}
.nav ul li:last-child a {border: none;}


/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; background-color: #c0c0c0; }

#popup a, #popup a:visited {
    position: absolute;
    display: block;
    /*width: 130px;*/
    line-height: 30px;
    text-align: right;
    /*padding: 0 10px;*/
    margin-top: -3em;
    margin-left: 4em;
    /*border: 1px solid #666;*/
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
}

#popup a span {
    display: none;
}

#popup a:hover { 
    /*background-color: #e9e9e2;*/ 
}

/* the IE correction rule */
#popup a:hover	{
    color: #f00; 
    /*background-color: #e9e9e2;*/
    text-indent: 0; /* added the default value */
}

#popup a:hover span {
    display: block;
    position: absolute;
    top: 40px;
    left: 30px;
    width: 320px;
    margin: 0px;
    padding: 10px;
    color: #335500;
    font-weight: normal;
    background: #e5e5e5;
    text-align: left;
    border: 1px solid #666;
}